Skip to main content

2.3.3. Response

fieldDescriptiontype
statussuccess " | " error
messageerror text , optionalstring
dataarray

data array​

ParameterDescriptiontypeIs it Mandatory to complete the field?
printStatusprint error codeinteger

Code:​

{
"status": "success" | "error",
"message": "string, error text, optional",
"data": {
"printStatus": "integer, print error code"
}
}